Html Css Color HEX #37850D Bilbao

📋 copy color: '#37850D'

red 55 ◦ green 133 ◦ blue 13

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

Shades of Bilbao #37850D

Tints of Bilbao #37850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 66.17%

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 27.36%
G = 66.17%
B = 6.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#37850D (or 0x37850D) is known color: Bilbao. HEX triplet: 37, 85 and 0D. RGB value is (55,133,13). Sum of RGB (Red+Green+Blue) = 55+133+13=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #37850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #37850D is #C87AF2. Grayscale: #606060. Windows color (decimal): -13138675 or 886071. OLE color: 886071.

HSL color Cylindrical-coordinate representation of color #37850D: hue angle of 99º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37850D is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 13 -
CMYK 0.59 0 0.90 0.48
HSL 99º 0.82% 0.29% -
HSV(B) 99º 0.9% 0.52% -
XYZ 10.04 17.62 3.25 -
YUV 96 81.16 98.76 -
System Red Green Blue C M Y K H S L
Decimal 55 133 13 0.59 0 0.90 0.48 99 0.82 0.29
Hex 37 85 D 3B 0 5A 30 63 52 1D
Octal 67 205 15 73 0 132 60 143 122 35
Binary 110111 10000101 1101 111011 0 1011010 110000 1100011 1010010 11101

Color Harmonies of #37850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37850D

Black with #37850D

Text Example


Text Example

White with #37850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37850D; }

 p { color: rgb(55,133,13); }

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

background-color css

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

 a { background-color: rgb(55,133,13); }

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

border-color css

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

 span { border-color: rgb(55,133,13); }

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