Html Css Color HEX #387322 Bilbao

📋 copy color: '#387322'

red 56 ◦ green 115 ◦ blue 34

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

Shades of Bilbao #387322

Tints of Bilbao #387322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.1%

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

R = 27.32%
G = 56.1%
B = 16.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#387322 (or 0x387322) is known color: Bilbao. HEX triplet: 38, 73 and 22. RGB value is (56,115,34). Sum of RGB (Red+Green+Blue) = 56+115+34=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #387322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387322 is #C78CDD. Grayscale: #585858. Windows color (decimal): -13077726 or 2257720. OLE color: 2257720.

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

Color convert

RGB 56 115 34 -
CMYK 0.51 0 0.70 0.55
HSL 103.7º 0.54% 0.29% -
HSV(B) 103.7º 0.7% 0.45% -
XYZ 8.05 13.22 3.64 -
YUV 88.13 97.45 105.09 -
System Red Green Blue C M Y K H S L
Decimal 56 115 34 0.51 0 0.70 0.55 103.7 0.54 0.29
Hex 38 73 22 33 0 46 37 68 36 1D
Octal 70 163 42 63 0 106 67 150 66 35
Binary 111000 1110011 100010 110011 0 1000110 110111 1101000 110110 11101

Color Harmonies of #387322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387322

Black with #387322

Text Example


Text Example

White with #387322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387322; }

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

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

background-color css

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

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

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

border-color css

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

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

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