Html Css Color HEX #338525 Bilbao

📋 copy color: '#338525'

red 51 ◦ green 133 ◦ blue 37

#338525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #338525

Tints of Bilbao #338525

RGB

 RED value IS 51 (20.31% from 255) = 23.08%

 GREEN value IS 133 (52.34% from 255) = 60.18%

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 23.08%
G = 60.18%
B = 16.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#338525 (or 0x338525) is known color: Bilbao. HEX triplet: 33, 85 and 25. RGB value is (51,133,37). Sum of RGB (Red+Green+Blue) = 51+133+37=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #338525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338525 is #CC7ADA. Grayscale: #616161. Windows color (decimal): -13400795 or 2458931. OLE color: 2458931.

HSL color Cylindrical-coordinate representation of color #338525: hue angle of 111.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338525 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 37 -
CMYK 0.62 0 0.72 0.48
HSL 111.25º 0.56% 0.33% -
HSV(B) 111.25º 0.72% 0.52% -
XYZ 10.09 17.61 4.62 -
YUV 97.54 93.83 94.81 -
System Red Green Blue C M Y K H S L
Decimal 51 133 37 0.62 0 0.72 0.48 111.25 0.56 0.33
Hex 33 85 25 3E 0 48 30 6F 38 21
Octal 63 205 45 76 0 110 60 157 70 41
Binary 110011 10000101 100101 111110 0 1001000 110000 1101111 111000 100001

Color Harmonies of #338525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338525

Black with #338525

Text Example


Text Example

White with #338525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338525; }

 p { color: rgb(51,133,37); }

 H1.HeaderClassName
 {
   color: #338525;
 }
 .AnyTagClassName
 {
   color: #338525;
 }
</style>

background-color css

<style>
 a { background-color: #338525; }

 a { background-color: rgb(51,133,37); }

 div.DivClassName
 {
   background-color: #338525;
 }
 .BgClassName
 {
   background-color: #338525;
 }
</style>

border-color css

<style>
 span { border-color: #338525; }

 span { border-color: rgb(51,133,37); }

 td.TdClassName
 {
   border-color: #338525;
 }
 .TagClassName
 {
   border-color: #338525;
 }
</style>