Html Css Color HEX #357002 Bilbao

📋 copy color: '#357002'

red 53 ◦ green 112 ◦ blue 2

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

Shades of Bilbao #357002

Tints of Bilbao #357002

RGB

 RED value IS 53 (21.09% from 255) = 31.74%

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 31.74%
G = 67.07%
B = 1.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#357002 (or 0x357002) is known color: Bilbao. HEX triplet: 35, 70 and 02. RGB value is (53,112,2). Sum of RGB (Red+Green+Blue) = 53+112+2=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #357002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357002 is #CA8FFD. Grayscale: #525252. Windows color (decimal): -13275134 or 159797. OLE color: 159797.

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

Color convert

RGB 53 112 2 -
CMYK 0.53 0 0.98 0.56
HSL 92.18º 0.96% 0.22% -
HSV(B) 92.18º 0.98% 0.44% -
XYZ 7.27 12.35 2.06 -
YUV 81.82 82.95 107.44 -
System Red Green Blue C M Y K H S L
Decimal 53 112 2 0.53 0 0.98 0.56 92.18 0.96 0.22
Hex 35 70 2 35 0 62 38 5C 60 16
Octal 65 160 2 65 0 142 70 134 140 26
Binary 110101 1110000 10 110101 0 1100010 111000 1011100 1100000 10110

Color Harmonies of #357002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357002

Black with #357002

Text Example


Text Example

White with #357002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357002; }

 p { color: rgb(53,112,2); }

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

background-color css

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

 a { background-color: rgb(53,112,2); }

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

border-color css

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

 span { border-color: rgb(53,112,2); }

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