Html Css Color HEX #40830F Bilbao

📋 copy color: '#40830F'

red 64 ◦ green 131 ◦ blue 15

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

Shades of Bilbao #40830F

Tints of Bilbao #40830F

RGB

 RED value IS 64 (25.39% from 255) = 30.48%

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

 BLUE value IS 15 (6.25% from 255) = 7.14%

R = 30.48%
G = 62.38%
B = 7.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#40830F (or 0x40830F) is known color: Bilbao. HEX triplet: 40, 83 and 0F. RGB value is (64,131,15). Sum of RGB (Red+Green+Blue) = 64+131+15=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #40830F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40830F is #BF7CF0. Grayscale: #626262. Windows color (decimal): -12549361 or 1016640. OLE color: 1016640.

HSL color Cylindrical-coordinate representation of color #40830F: hue angle of 94.66º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40830F is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 131 15 -
CMYK 0.51 0 0.89 0.49
HSL 94.66º 0.79% 0.29% -
HSV(B) 94.66º 0.89% 0.51% -
XYZ 10.32 17.36 3.26 -
YUV 97.74 81.3 103.93 -
System Red Green Blue C M Y K H S L
Decimal 64 131 15 0.51 0 0.89 0.49 94.66 0.79 0.29
Hex 40 83 F 33 0 59 31 5F 4F 1D
Octal 100 203 17 63 0 131 61 137 117 35
Binary 1000000 10000011 1111 110011 0 1011001 110001 1011111 1001111 11101

Color Harmonies of #40830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40830F

Black with #40830F

Text Example


Text Example

White with #40830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40830F; }

 p { color: rgb(64,131,15); }

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

background-color css

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

 a { background-color: rgb(64,131,15); }

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

border-color css

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

 span { border-color: rgb(64,131,15); }

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