Html Css Color HEX #387602 Bilbao

📋 copy color: '#387602'

red 56 ◦ green 118 ◦ blue 2

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

Shades of Bilbao #387602

Tints of Bilbao #387602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 67.05%

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

R = 31.82%
G = 67.05%
B = 1.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#387602 (or 0x387602) is known color: Bilbao. HEX triplet: 38, 76 and 02. RGB value is (56,118,2). Sum of RGB (Red+Green+Blue) = 56+118+2=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 118 (46.48% from 255 or 67.05% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 118 - color contains mainly: green. Hex color #387602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387602 is #C789FD. Grayscale: #565656. Windows color (decimal): -13076990 or 161336. OLE color: 161336.

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

Color convert

RGB 56 118 2 -
CMYK 0.53 0 0.98 0.54
HSL 92.07º 0.97% 0.24% -
HSV(B) 92.07º 0.98% 0.46% -
XYZ 8.12 13.8 2.29 -
YUV 86.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 56 118 2 0.53 0 0.98 0.54 92.07 0.97 0.24
Hex 38 76 2 35 0 62 36 5C 61 18
Octal 70 166 2 65 0 142 66 134 141 30
Binary 111000 1110110 10 110101 0 1100010 110110 1011100 1100001 11000

Color Harmonies of #387602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387602

Black with #387602

Text Example


Text Example

White with #387602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387602; }

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

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

background-color css

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

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

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

border-color css

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

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

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