Html Css Color HEX #35770A Bilbao

📋 copy color: '#35770A'

red 53 ◦ green 119 ◦ blue 10

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

Shades of Bilbao #35770A

Tints of Bilbao #35770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 65.38%

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 29.12%
G = 65.38%
B = 5.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#35770A (or 0x35770A) is known color: Bilbao. HEX triplet: 35, 77 and 0A. RGB value is (53,119,10). Sum of RGB (Red+Green+Blue) = 53+119+10=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 119 (46.88% from 255 or 65.38% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 119 - color contains mainly: green. Hex color #35770A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35770A is #CA88F5. Grayscale: #575757. Windows color (decimal): -13273334 or 685877. OLE color: 685877.

HSL color Cylindrical-coordinate representation of color #35770A: hue angle of 96.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35770A is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 10 -
CMYK 0.55 0 0.92 0.53
HSL 96.33º 0.84% 0.25% -
HSV(B) 96.33º 0.92% 0.47% -
XYZ 8.12 13.97 2.56 -
YUV 86.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 53 119 10 0.55 0 0.92 0.53 96.33 0.84 0.25
Hex 35 77 A 37 0 5C 35 60 54 19
Octal 65 167 12 67 0 134 65 140 124 31
Binary 110101 1110111 1010 110111 0 1011100 110101 1100000 1010100 11001

Color Harmonies of #35770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35770A

Black with #35770A

Text Example


Text Example

White with #35770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35770A; }

 p { color: rgb(53,119,10); }

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

background-color css

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

 a { background-color: rgb(53,119,10); }

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

border-color css

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

 span { border-color: rgb(53,119,10); }

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