Html Css Color HEX #358028 Bilbao

📋 copy color: '#358028'

red 53 ◦ green 128 ◦ blue 40

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

Shades of Bilbao #358028

Tints of Bilbao #358028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.92%

 BLUE value IS 40 (16.02% from 255) = 18.1%

R = 23.98%
G = 57.92%
B = 18.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#358028 (or 0x358028) is known color: Bilbao. HEX triplet: 35, 80 and 28. RGB value is (53,128,40). Sum of RGB (Red+Green+Blue) = 53+128+40=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #358028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358028 is #CA7FD7. Grayscale: #5F5F5F. Windows color (decimal): -13271000 or 2654261. OLE color: 2654261.

HSL color Cylindrical-coordinate representation of color #358028: hue angle of 111.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #358028 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 40 -
CMYK 0.59 0 0.69 0.50
HSL 111.14º 0.52% 0.33% -
HSV(B) 111.14º 0.69% 0.5% -
XYZ 9.57 16.35 4.66 -
YUV 95.54 96.65 97.66 -
System Red Green Blue C M Y K H S L
Decimal 53 128 40 0.59 0 0.69 0.50 111.14 0.52 0.33
Hex 35 80 28 3B 0 45 32 6F 34 21
Octal 65 200 50 73 0 105 62 157 64 41
Binary 110101 10000000 101000 111011 0 1000101 110010 1101111 110100 100001

Color Harmonies of #358028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358028

Black with #358028

Text Example


Text Example

White with #358028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358028; }

 p { color: rgb(53,128,40); }

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

background-color css

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

 a { background-color: rgb(53,128,40); }

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

border-color css

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

 span { border-color: rgb(53,128,40); }

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