Html Css Color HEX #378302 Bilbao

📋 copy color: '#378302'

red 55 ◦ green 131 ◦ blue 2

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

Shades of Bilbao #378302

Tints of Bilbao #378302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 69.68%

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

R = 29.26%
G = 69.68%
B = 1.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#378302 (or 0x378302) is known color: Bilbao. HEX triplet: 37, 83 and 02. RGB value is (55,131,2). Sum of RGB (Red+Green+Blue) = 55+131+2=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #378302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378302 is #C87CFD. Grayscale: #5E5E5E. Windows color (decimal): -13139198 or 164663. OLE color: 164663.

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

Color convert

RGB 55 131 2 -
CMYK 0.58 0 0.98 0.49
HSL 95.35º 0.97% 0.26% -
HSV(B) 95.35º 0.98% 0.51% -
XYZ 9.7 17.05 2.84 -
YUV 93.57 76.32 100.49 -
System Red Green Blue C M Y K H S L
Decimal 55 131 2 0.58 0 0.98 0.49 95.35 0.97 0.26
Hex 37 83 2 3A 0 62 31 5F 61 1A
Octal 67 203 2 72 0 142 61 137 141 32
Binary 110111 10000011 10 111010 0 1100010 110001 1011111 1100001 11010

Color Harmonies of #378302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378302

Black with #378302

Text Example


Text Example

White with #378302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378302; }

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

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

background-color css

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

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

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

border-color css

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

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

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