Html Css Color HEX #257005 Bilbao

📋 copy color: '#257005'

red 37 ◦ green 112 ◦ blue 5

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

Shades of Bilbao #257005

Tints of Bilbao #257005

RGB

 RED value IS 37 (14.84% from 255) = 24.03%

 GREEN value IS 112 (44.14% from 255) = 72.73%

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

R = 24.03%
G = 72.73%
B = 3.25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#257005 (or 0x257005) is known color: Bilbao. HEX triplet: 25, 70 and 05. RGB value is (37,112,5). Sum of RGB (Red+Green+Blue) = 37+112+5=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #257005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #257005 is #DA8FFA. Grayscale: #4D4D4D. Windows color (decimal): -14323707 or 356389. OLE color: 356389.

HSL color Cylindrical-coordinate representation of color #257005: hue angle of 102.06º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #257005 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 5 -
CMYK 0.67 0 0.96 0.56
HSL 102.06º 0.91% 0.23% -
HSV(B) 102.06º 0.96% 0.44% -
XYZ 6.58 11.99 2.11 -
YUV 77.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 37 112 5 0.67 0 0.96 0.56 102.06 0.91 0.23
Hex 25 70 5 43 0 60 38 66 5B 17
Octal 45 160 5 103 0 140 70 146 133 27
Binary 100101 1110000 101 1000011 0 1100000 111000 1100110 1011011 10111

Color Harmonies of #257005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257005

Black with #257005

Text Example


Text Example

White with #257005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257005; }

 p { color: rgb(37,112,5); }

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

background-color css

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

 a { background-color: rgb(37,112,5); }

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

border-color css

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

 span { border-color: rgb(37,112,5); }

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