Html Css Color HEX #387502 Bilbao

📋 copy color: '#387502'

red 56 ◦ green 117 ◦ blue 2

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

Shades of Bilbao #387502

Tints of Bilbao #387502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 66.86%

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

R = 32%
G = 66.86%
B = 1.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#387502 (or 0x387502) is known color: Bilbao. HEX triplet: 38, 75 and 02. RGB value is (56,117,2). Sum of RGB (Red+Green+Blue) = 56+117+2=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #387502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387502 is #C78AFD. Grayscale: #565656. Windows color (decimal): -13077246 or 161080. OLE color: 161080.

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

Color convert

RGB 56 117 2 -
CMYK 0.52 0 0.98 0.54
HSL 91.83º 0.97% 0.23% -
HSV(B) 91.83º 0.98% 0.46% -
XYZ 8 13.57 2.25 -
YUV 85.65 80.79 106.85 -
System Red Green Blue C M Y K H S L
Decimal 56 117 2 0.52 0 0.98 0.54 91.83 0.97 0.23
Hex 38 75 2 34 0 62 36 5C 61 17
Octal 70 165 2 64 0 142 66 134 141 27
Binary 111000 1110101 10 110100 0 1100010 110110 1011100 1100001 10111

Color Harmonies of #387502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387502

Black with #387502

Text Example


Text Example

White with #387502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387502; }

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

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

background-color css

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

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

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

border-color css

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

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

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