Html Css Color HEX #387302 Bilbao

📋 copy color: '#387302'

red 56 ◦ green 115 ◦ blue 2

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

Shades of Bilbao #387302

Tints of Bilbao #387302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 32.37%
G = 66.47%
B = 1.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#387302 (or 0x387302) is known color: Bilbao. HEX triplet: 38, 73 and 02. RGB value is (56,115,2). Sum of RGB (Red+Green+Blue) = 56+115+2=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #387302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387302 is #C78CFD. Grayscale: #545454. Windows color (decimal): -13077758 or 160568. OLE color: 160568.

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

Color convert

RGB 56 115 2 -
CMYK 0.51 0 0.98 0.55
HSL 91.33º 0.97% 0.23% -
HSV(B) 91.33º 0.98% 0.45% -
XYZ 7.77 13.11 2.18 -
YUV 84.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 56 115 2 0.51 0 0.98 0.55 91.33 0.97 0.23
Hex 38 73 2 33 0 62 37 5B 61 17
Octal 70 163 2 63 0 142 67 133 141 27
Binary 111000 1110011 10 110011 0 1100010 110111 1011011 1100001 10111

Color Harmonies of #387302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387302

Black with #387302

Text Example


Text Example

White with #387302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387302; }

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

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

background-color css

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

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

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

border-color css

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

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

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