Html Css Color HEX #37830C Bilbao

📋 copy color: '#37830C'

red 55 ◦ green 131 ◦ blue 12

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

Shades of Bilbao #37830C

Tints of Bilbao #37830C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.06%

R = 27.78%
G = 66.16%
B = 6.06%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#37830C (or 0x37830C) is known color: Bilbao. HEX triplet: 37, 83 and 0C. RGB value is (55,131,12). Sum of RGB (Red+Green+Blue) = 55+131+12=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 131 (51.56% from 255 or 66.16% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 131 - color contains mainly: green. Hex color #37830C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37830C is #C87CF3. Grayscale: #5F5F5F. Windows color (decimal): -13139188 or 820023. OLE color: 820023.

HSL color Cylindrical-coordinate representation of color #37830C: hue angle of 98.32º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37830C is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 12 -
CMYK 0.58 0 0.91 0.49
HSL 98.32º 0.83% 0.28% -
HSV(B) 98.32º 0.91% 0.51% -
XYZ 9.76 17.07 3.13 -
YUV 94.71 81.32 99.68 -
System Red Green Blue C M Y K H S L
Decimal 55 131 12 0.58 0 0.91 0.49 98.32 0.83 0.28
Hex 37 83 C 3A 0 5B 31 62 53 1C
Octal 67 203 14 72 0 133 61 142 123 34
Binary 110111 10000011 1100 111010 0 1011011 110001 1100010 1010011 11100

Color Harmonies of #37830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37830C

Black with #37830C

Text Example


Text Example

White with #37830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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