Html Css Color HEX #387122 Bilbao

📋 copy color: '#387122'

red 56 ◦ green 113 ◦ blue 34

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

Shades of Bilbao #387122

Tints of Bilbao #387122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.67%

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 27.59%
G = 55.67%
B = 16.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#387122 (or 0x387122) is known color: Bilbao. HEX triplet: 38, 71 and 22. RGB value is (56,113,34). Sum of RGB (Red+Green+Blue) = 56+113+34=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #387122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387122 is #C78EDD. Grayscale: #575757. Windows color (decimal): -13078238 or 2257208. OLE color: 2257208.

HSL color Cylindrical-coordinate representation of color #387122: hue angle of 103.29º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #387122 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 34 -
CMYK 0.50 0 0.70 0.56
HSL 103.29º 0.54% 0.29% -
HSV(B) 103.29º 0.7% 0.44% -
XYZ 7.82 12.77 3.57 -
YUV 86.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 56 113 34 0.50 0 0.70 0.56 103.29 0.54 0.29
Hex 38 71 22 32 0 46 38 67 36 1D
Octal 70 161 42 62 0 106 70 147 66 35
Binary 111000 1110001 100010 110010 0 1000110 111000 1100111 110110 11101

Color Harmonies of #387122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387122

Black with #387122

Text Example


Text Example

White with #387122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387122; }

 p { color: rgb(56,113,34); }

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

background-color css

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

 a { background-color: rgb(56,113,34); }

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

border-color css

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

 span { border-color: rgb(56,113,34); }

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