Html Css Color HEX #35841E Bilbao

📋 copy color: '#35841E'

red 53 ◦ green 132 ◦ blue 30

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

Shades of Bilbao #35841E

Tints of Bilbao #35841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.4%

 BLUE value IS 30 (12.11% from 255) = 13.95%

R = 24.65%
G = 61.4%
B = 13.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#35841E (or 0x35841E) is known color: Bilbao. HEX triplet: 35, 84 and 1E. RGB value is (53,132,30). Sum of RGB (Red+Green+Blue) = 53+132+30=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #35841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35841E is #CA7BE1. Grayscale: #616161. Windows color (decimal): -13269986 or 1999925. OLE color: 1999925.

HSL color Cylindrical-coordinate representation of color #35841E: hue angle of 106.47º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35841E is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 30 -
CMYK 0.60 0 0.77 0.48
HSL 106.47º 0.63% 0.32% -
HSV(B) 106.47º 0.77% 0.52% -
XYZ 9.95 17.35 4.05 -
YUV 96.75 90.33 96.79 -
System Red Green Blue C M Y K H S L
Decimal 53 132 30 0.60 0 0.77 0.48 106.47 0.63 0.32
Hex 35 84 1E 3C 0 4D 30 6A 3F 20
Octal 65 204 36 74 0 115 60 152 77 40
Binary 110101 10000100 11110 111100 0 1001101 110000 1101010 111111 100000

Color Harmonies of #35841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35841E

Black with #35841E

Text Example


Text Example

White with #35841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35841E; }

 p { color: rgb(53,132,30); }

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

background-color css

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

 a { background-color: rgb(53,132,30); }

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

border-color css

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

 span { border-color: rgb(53,132,30); }

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