Html Css Color HEX #378405 Bilbao

📋 copy color: '#378405'

red 55 ◦ green 132 ◦ blue 5

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

Shades of Bilbao #378405

Tints of Bilbao #378405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.6%

R = 28.65%
G = 68.75%
B = 2.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#378405 (or 0x378405) is known color: Bilbao. HEX triplet: 37, 84 and 05. RGB value is (55,132,5). Sum of RGB (Red+Green+Blue) = 55+132+5=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 132 (51.95% from 255 or 68.75% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 132 - color contains mainly: green. Hex color #378405 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378405 is #C87BFA. Grayscale: #5E5E5E. Windows color (decimal): -13138939 or 361527. OLE color: 361527.

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

Color convert

RGB 55 132 5 -
CMYK 0.58 0 0.96 0.48
HSL 96.38º 0.93% 0.27% -
HSV(B) 96.38º 0.96% 0.52% -
XYZ 9.85 17.33 2.97 -
YUV 94.5 77.49 99.83 -
System Red Green Blue C M Y K H S L
Decimal 55 132 5 0.58 0 0.96 0.48 96.38 0.93 0.27
Hex 37 84 5 3A 0 60 30 60 5D 1B
Octal 67 204 5 72 0 140 60 140 135 33
Binary 110111 10000100 101 111010 0 1100000 110000 1100000 1011101 11011

Color Harmonies of #378405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378405

Black with #378405

Text Example


Text Example

White with #378405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378405; }

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

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

background-color css

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

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

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

border-color css

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

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

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