Html Css Color HEX #378402 Bilbao

📋 copy color: '#378402'

red 55 ◦ green 132 ◦ blue 2

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

Shades of Bilbao #378402

Tints of Bilbao #378402

RGB

 RED value IS 55 (21.88% from 255) = 29.1%

 GREEN value IS 132 (51.95% from 255) = 69.84%

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

R = 29.1%
G = 69.84%
B = 1.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#378402 (or 0x378402) is known color: Bilbao. HEX triplet: 37, 84 and 02. RGB value is (55,132,2). Sum of RGB (Red+Green+Blue) = 55+132+2=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #378402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378402 is #C87BFD. Grayscale: #5E5E5E. Windows color (decimal): -13138942 or 164919. OLE color: 164919.

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

Color convert

RGB 55 132 2 -
CMYK 0.58 0 0.98 0.48
HSL 95.54º 0.97% 0.26% -
HSV(B) 95.54º 0.98% 0.52% -
XYZ 9.84 17.32 2.88 -
YUV 94.16 75.99 100.07 -
System Red Green Blue C M Y K H S L
Decimal 55 132 2 0.58 0 0.98 0.48 95.54 0.97 0.26
Hex 37 84 2 3A 0 62 30 60 61 1A
Octal 67 204 2 72 0 142 60 140 141 32
Binary 110111 10000100 10 111010 0 1100010 110000 1100000 1100001 11010

Color Harmonies of #378402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378402

Black with #378402

Text Example


Text Example

White with #378402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378402; }

 p { color: rgb(55,132,2); }

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

background-color css

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

 a { background-color: rgb(55,132,2); }

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

border-color css

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

 span { border-color: rgb(55,132,2); }

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