Html Css Color HEX #37820A Bilbao

📋 copy color: '#37820A'

red 55 ◦ green 130 ◦ blue 10

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

Shades of Bilbao #37820A

Tints of Bilbao #37820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 66.67%

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 28.21%
G = 66.67%
B = 5.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#37820A (or 0x37820A) is known color: Bilbao. HEX triplet: 37, 82 and 0A. RGB value is (55,130,10). Sum of RGB (Red+Green+Blue) = 55+130+10=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 130 (51.17% from 255 or 66.67% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 130 - color contains mainly: green. Hex color #37820A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37820A is #C87DF5. Grayscale: #5E5E5E. Windows color (decimal): -13139446 or 688695. OLE color: 688695.

HSL color Cylindrical-coordinate representation of color #37820A: hue angle of 97.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37820A is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 10 -
CMYK 0.58 0 0.92 0.49
HSL 97.5º 0.86% 0.27% -
HSV(B) 97.5º 0.92% 0.51% -
XYZ 9.61 16.8 3.02 -
YUV 93.9 80.65 100.26 -
System Red Green Blue C M Y K H S L
Decimal 55 130 10 0.58 0 0.92 0.49 97.5 0.86 0.27
Hex 37 82 A 3A 0 5C 31 62 56 1B
Octal 67 202 12 72 0 134 61 142 126 33
Binary 110111 10000010 1010 111010 0 1011100 110001 1100010 1010110 11011

Color Harmonies of #37820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37820A

Black with #37820A

Text Example


Text Example

White with #37820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37820A; }

 p { color: rgb(55,130,10); }

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

background-color css

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

 a { background-color: rgb(55,130,10); }

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

border-color css

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

 span { border-color: rgb(55,130,10); }

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