Html Css Color HEX #338820 Bilbao

📋 copy color: '#338820'

red 51 ◦ green 136 ◦ blue 32

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

Shades of Bilbao #338820

Tints of Bilbao #338820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 62.1%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 23.29%
G = 62.1%
B = 14.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#338820 (or 0x338820) is known color: Bilbao. HEX triplet: 33, 88 and 20. RGB value is (51,136,32). Sum of RGB (Red+Green+Blue) = 51+136+32=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #338820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338820 is #CC77DF. Grayscale: #636363. Windows color (decimal): -13400032 or 2132019. OLE color: 2132019.

HSL color Cylindrical-coordinate representation of color #338820: hue angle of 109.04º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338820 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 136 32 -
CMYK 0.62 0 0.76 0.47
HSL 109.04º 0.62% 0.33% -
HSV(B) 109.04º 0.76% 0.53% -
XYZ 10.43 18.42 4.37 -
YUV 98.73 90.34 93.96 -
System Red Green Blue C M Y K H S L
Decimal 51 136 32 0.62 0 0.76 0.47 109.04 0.62 0.33
Hex 33 88 20 3E 0 4C 2F 6D 3E 21
Octal 63 210 40 76 0 114 57 155 76 41
Binary 110011 10001000 100000 111110 0 1001100 101111 1101101 111110 100001

Color Harmonies of #338820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338820

Black with #338820

Text Example


Text Example

White with #338820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338820; }

 p { color: rgb(51,136,32); }

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

background-color css

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

 a { background-color: rgb(51,136,32); }

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

border-color css

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

 span { border-color: rgb(51,136,32); }

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