Html Css Color HEX #387229 Bilbao

📋 copy color: '#387229'

red 56 ◦ green 114 ◦ blue 41

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

Shades of Bilbao #387229

Tints of Bilbao #387229

RGB

 RED value IS 56 (22.27% from 255) = 26.54%

 GREEN value IS 114 (44.92% from 255) = 54.03%

 BLUE value IS 41 (16.41% from 255) = 19.43%

R = 26.54%
G = 54.03%
B = 19.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#387229 (or 0x387229) is known color: Bilbao. HEX triplet: 38, 72 and 29. RGB value is (56,114,41). Sum of RGB (Red+Green+Blue) = 56+114+41=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #387229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387229 is #C78DD6. Grayscale: #585858. Windows color (decimal): -13077975 or 2716216. OLE color: 2716216.

HSL color Cylindrical-coordinate representation of color #387229: hue angle of 107.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #387229 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 41 -
CMYK 0.51 0 0.64 0.55
HSL 107.67º 0.47% 0.3% -
HSV(B) 107.67º 0.64% 0.45% -
XYZ 8.05 13.04 4.19 -
YUV 88.34 101.28 104.94 -
System Red Green Blue C M Y K H S L
Decimal 56 114 41 0.51 0 0.64 0.55 107.67 0.47 0.3
Hex 38 72 29 33 0 40 37 6C 2F 1E
Octal 70 162 51 63 0 100 67 154 57 36
Binary 111000 1110010 101001 110011 0 1000000 110111 1101100 101111 11110

Color Harmonies of #387229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387229

Black with #387229

Text Example


Text Example

White with #387229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387229; }

 p { color: rgb(56,114,41); }

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

background-color css

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

 a { background-color: rgb(56,114,41); }

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

border-color css

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

 span { border-color: rgb(56,114,41); }

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