Html Css Color HEX #387220 Bilbao

📋 copy color: '#387220'

red 56 ◦ green 114 ◦ blue 32

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

Shades of Bilbao #387220

Tints of Bilbao #387220

RGB

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

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

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

R = 27.72%
G = 56.44%
B = 15.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#387220 (or 0x387220) is known color: Bilbao. HEX triplet: 38, 72 and 20. RGB value is (56,114,32). Sum of RGB (Red+Green+Blue) = 56+114+32=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #387220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387220 is #C78DDF. Grayscale: #575757. Windows color (decimal): -13077984 or 2126392. OLE color: 2126392.

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

Color convert

RGB 56 114 32 -
CMYK 0.51 0 0.72 0.55
HSL 102.44º 0.56% 0.29% -
HSV(B) 102.44º 0.72% 0.45% -
XYZ 7.91 12.98 3.45 -
YUV 87.31 96.78 105.67 -
System Red Green Blue C M Y K H S L
Decimal 56 114 32 0.51 0 0.72 0.55 102.44 0.56 0.29
Hex 38 72 20 33 0 48 37 66 38 1D
Octal 70 162 40 63 0 110 67 146 70 35
Binary 111000 1110010 100000 110011 0 1001000 110111 1100110 111000 11101

Color Harmonies of #387220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387220

Black with #387220

Text Example


Text Example

White with #387220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387220; }

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

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

background-color css

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

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

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

border-color css

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

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

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