Html Css Color HEX #35830D Bilbao

📋 copy color: '#35830D'

red 53 ◦ green 131 ◦ blue 13

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

Shades of Bilbao #35830D

Tints of Bilbao #35830D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 66.5%

 BLUE value IS 13 (5.47% from 255) = 6.6%

R = 26.9%
G = 66.5%
B = 6.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#35830D (or 0x35830D) is known color: Bilbao. HEX triplet: 35, 83 and 0D. RGB value is (53,131,13). Sum of RGB (Red+Green+Blue) = 53+131+13=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 131 (51.56% from 255 or 66.50% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 131 - color contains mainly: green. Hex color #35830D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35830D is #CA7CF2. Grayscale: #5E5E5E. Windows color (decimal): -13270259 or 885557. OLE color: 885557.

HSL color Cylindrical-coordinate representation of color #35830D: hue angle of 99.66º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35830D is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 13 -
CMYK 0.60 0 0.90 0.49
HSL 99.66º 0.82% 0.28% -
HSV(B) 99.66º 0.9% 0.51% -
XYZ 9.66 17.02 3.16 -
YUV 94.23 82.16 98.59 -
System Red Green Blue C M Y K H S L
Decimal 53 131 13 0.60 0 0.90 0.49 99.66 0.82 0.28
Hex 35 83 D 3C 0 5A 31 64 52 1C
Octal 65 203 15 74 0 132 61 144 122 34
Binary 110101 10000011 1101 111100 0 1011010 110001 1100100 1010010 11100

Color Harmonies of #35830D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35830D

Black with #35830D

Text Example


Text Example

White with #35830D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35830D; }

 p { color: rgb(53,131,13); }

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

background-color css

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

 a { background-color: rgb(53,131,13); }

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

border-color css

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

 span { border-color: rgb(53,131,13); }

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