Html Css Color HEX #387402 Bilbao

📋 copy color: '#387402'

red 56 ◦ green 116 ◦ blue 2

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

Shades of Bilbao #387402

Tints of Bilbao #387402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.67%

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

R = 32.18%
G = 66.67%
B = 1.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#387402 (or 0x387402) is known color: Bilbao. HEX triplet: 38, 74 and 02. RGB value is (56,116,2). Sum of RGB (Red+Green+Blue) = 56+116+2=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #387402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387402 is #C78BFD. Grayscale: #555555. Windows color (decimal): -13077502 or 160824. OLE color: 160824.

HSL color Cylindrical-coordinate representation of color #387402: hue angle of 91.58º 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 #387402 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 2 -
CMYK 0.52 0 0.98 0.55
HSL 91.58º 0.97% 0.23% -
HSV(B) 91.58º 0.98% 0.45% -
XYZ 7.89 13.34 2.22 -
YUV 85.06 81.12 107.27 -
System Red Green Blue C M Y K H S L
Decimal 56 116 2 0.52 0 0.98 0.55 91.58 0.97 0.23
Hex 38 74 2 34 0 62 37 5C 61 17
Octal 70 164 2 64 0 142 67 134 141 27
Binary 111000 1110100 10 110100 0 1100010 110111 1011100 1100001 10111

Color Harmonies of #387402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387402

Black with #387402

Text Example


Text Example

White with #387402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387402; }

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

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

background-color css

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

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

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

border-color css

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

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

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