Html Css Color HEX #33751E Bilbao

📋 copy color: '#33751E'

red 51 ◦ green 117 ◦ blue 30

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

Shades of Bilbao #33751E

Tints of Bilbao #33751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.09%

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 25.76%
G = 59.09%
B = 15.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#33751E (or 0x33751E) is known color: Bilbao. HEX triplet: 33, 75 and 1E. RGB value is (51,117,30). Sum of RGB (Red+Green+Blue) = 51+117+30=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #33751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33751E is #CC8AE1. Grayscale: #575757. Windows color (decimal): -13404898 or 1996083. OLE color: 1996083.

HSL color Cylindrical-coordinate representation of color #33751E: hue angle of 105.52º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33751E is Cyan = 0.56, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 30 -
CMYK 0.56 0 0.74 0.54
HSL 105.52º 0.59% 0.29% -
HSV(B) 105.52º 0.74% 0.46% -
XYZ 7.96 13.52 3.42 -
YUV 87.35 95.63 102.07 -
System Red Green Blue C M Y K H S L
Decimal 51 117 30 0.56 0 0.74 0.54 105.52 0.59 0.29
Hex 33 75 1E 38 0 4A 36 6A 3B 1D
Octal 63 165 36 70 0 112 66 152 73 35
Binary 110011 1110101 11110 111000 0 1001010 110110 1101010 111011 11101

Color Harmonies of #33751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33751E

Black with #33751E

Text Example


Text Example

White with #33751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33751E; }

 p { color: rgb(51,117,30); }

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

background-color css

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

 a { background-color: rgb(51,117,30); }

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

border-color css

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

 span { border-color: rgb(51,117,30); }

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