Html Css Color HEX #387802 Bilbao

📋 copy color: '#387802'

red 56 ◦ green 120 ◦ blue 2

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

Shades of Bilbao #387802

Tints of Bilbao #387802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 67.42%

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

R = 31.46%
G = 67.42%
B = 1.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#387802 (or 0x387802) is known color: Bilbao. HEX triplet: 38, 78 and 02. RGB value is (56,120,2). Sum of RGB (Red+Green+Blue) = 56+120+2=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 120 (47.27% from 255 or 67.42% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 120 - color contains mainly: green. Hex color #387802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387802 is #C787FD. Grayscale: #575757. Windows color (decimal): -13076478 or 161848. OLE color: 161848.

HSL color Cylindrical-coordinate representation of color #387802: hue angle of 92.54º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #387802 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 2 -
CMYK 0.53 0 0.98 0.53
HSL 92.54º 0.97% 0.24% -
HSV(B) 92.54º 0.98% 0.47% -
XYZ 8.36 14.28 2.37 -
YUV 87.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 56 120 2 0.53 0 0.98 0.53 92.54 0.97 0.24
Hex 38 78 2 35 0 62 35 5D 61 18
Octal 70 170 2 65 0 142 65 135 141 30
Binary 111000 1111000 10 110101 0 1100010 110101 1011101 1100001 11000

Color Harmonies of #387802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387802

Black with #387802

Text Example


Text Example

White with #387802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387802; }

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

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

background-color css

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

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

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

border-color css

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

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

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