Html Css Color HEX #35890D Bilbao

📋 copy color: '#35890D'

red 53 ◦ green 137 ◦ blue 13

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

Shades of Bilbao #35890D

Tints of Bilbao #35890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 67.49%

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

R = 26.11%
G = 67.49%
B = 6.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#35890D (or 0x35890D) is known color: Bilbao. HEX triplet: 35, 89 and 0D. RGB value is (53,137,13). Sum of RGB (Red+Green+Blue) = 53+137+13=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #35890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35890D is #CA76F2. Grayscale: #626262. Windows color (decimal): -13268723 or 887093. OLE color: 887093.

HSL color Cylindrical-coordinate representation of color #35890D: hue angle of 100.65º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35890D is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 137 13 -
CMYK 0.61 0 0.91 0.46
HSL 100.65º 0.83% 0.29% -
HSV(B) 100.65º 0.91% 0.54% -
XYZ 10.49 18.68 3.43 -
YUV 97.75 80.17 96.08 -
System Red Green Blue C M Y K H S L
Decimal 53 137 13 0.61 0 0.91 0.46 100.65 0.83 0.29
Hex 35 89 D 3D 0 5B 2E 65 53 1D
Octal 65 211 15 75 0 133 56 145 123 35
Binary 110101 10001001 1101 111101 0 1011011 101110 1100101 1010011 11101

Color Harmonies of #35890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35890D

Black with #35890D

Text Example


Text Example

White with #35890D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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