Html Css Color HEX #468405 Bilbao

📋 copy color: '#468405'

red 70 ◦ green 132 ◦ blue 5

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

Shades of Bilbao #468405

Tints of Bilbao #468405

RGB

 RED value IS 70 (27.73% from 255) = 33.82%

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

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 33.82%
G = 63.77%
B = 2.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#468405 (or 0x468405) is known color: Bilbao. HEX triplet: 46, 84 and 05. RGB value is (70,132,5). Sum of RGB (Red+Green+Blue) = 70+132+5=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 132 (51.95% from 255 or 63.77% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 132 - color contains mainly: green. Hex color #468405 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468405 is #B97BFA. Grayscale: #636363. Windows color (decimal): -12155899 or 361542. OLE color: 361542.

HSL color Cylindrical-coordinate representation of color #468405: hue angle of 89.29º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #468405 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 5 -
CMYK 0.47 0 0.96 0.48
HSL 89.29º 0.93% 0.27% -
HSV(B) 89.29º 0.96% 0.52% -
XYZ 10.8 17.82 3.01 -
YUV 98.98 74.96 107.33 -
System Red Green Blue C M Y K H S L
Decimal 70 132 5 0.47 0 0.96 0.48 89.29 0.93 0.27
Hex 46 84 5 2F 0 60 30 59 5D 1B
Octal 106 204 5 57 0 140 60 131 135 33
Binary 1000110 10000100 101 101111 0 1100000 110000 1011001 1011101 11011

Color Harmonies of #468405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468405

Black with #468405

Text Example


Text Example

White with #468405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468405; }

 p { color: rgb(70,132,5); }

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

background-color css

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

 a { background-color: rgb(70,132,5); }

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

border-color css

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

 span { border-color: rgb(70,132,5); }

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