Html Css Color HEX #387223 Bilbao

📋 copy color: '#387223'

red 56 ◦ green 114 ◦ blue 35

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

Shades of Bilbao #387223

Tints of Bilbao #387223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.07%

R = 27.32%
G = 55.61%
B = 17.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#387223 (or 0x387223) is known color: Bilbao. HEX triplet: 38, 72 and 23. RGB value is (56,114,35). Sum of RGB (Red+Green+Blue) = 56+114+35=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #387223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387223 is #C78DDC. Grayscale: #575757. Windows color (decimal): -13077981 or 2323000. OLE color: 2323000.

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

Color convert

RGB 56 114 35 -
CMYK 0.51 0 0.69 0.55
HSL 104.05º 0.53% 0.29% -
HSV(B) 104.05º 0.69% 0.45% -
XYZ 7.95 13 3.68 -
YUV 87.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 56 114 35 0.51 0 0.69 0.55 104.05 0.53 0.29
Hex 38 72 23 33 0 45 37 68 35 1D
Octal 70 162 43 63 0 105 67 150 65 35
Binary 111000 1110010 100011 110011 0 1000101 110111 1101000 110101 11101

Color Harmonies of #387223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387223

Black with #387223

Text Example


Text Example

White with #387223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387223; }

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

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

background-color css

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

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

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

border-color css

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

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

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