Html Css Color HEX #467D23 Bilbao

📋 copy color: '#467D23'

red 70 ◦ green 125 ◦ blue 35

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

Shades of Bilbao #467D23

Tints of Bilbao #467D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.35%

 BLUE value IS 35 (14.06% from 255) = 15.22%

R = 30.43%
G = 54.35%
B = 15.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#467D23 (or 0x467D23) is known color: Bilbao. HEX triplet: 46, 7D and 23. RGB value is (70,125,35). Sum of RGB (Red+Green+Blue) = 70+125+35=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 125 (49.22% from 255 or 54.35% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 125 - color contains mainly: green. Hex color #467D23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #467D23 is #B982DC. Grayscale: #626262. Windows color (decimal): -12157661 or 2325830. OLE color: 2325830.

HSL color Cylindrical-coordinate representation of color #467D23: hue angle of 96.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467D23 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 125 35 -
CMYK 0.44 0 0.72 0.51
HSL 96.67º 0.56% 0.31% -
HSV(B) 96.67º 0.72% 0.49% -
XYZ 10.16 16.09 4.16 -
YUV 98.3 92.28 107.82 -
System Red Green Blue C M Y K H S L
Decimal 70 125 35 0.44 0 0.72 0.51 96.67 0.56 0.31
Hex 46 7D 23 2C 0 48 33 61 38 1F
Octal 106 175 43 54 0 110 63 141 70 37
Binary 1000110 1111101 100011 101100 0 1001000 110011 1100001 111000 11111

Color Harmonies of #467D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467D23

Black with #467D23

Text Example


Text Example

White with #467D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467D23; }

 p { color: rgb(70,125,35); }

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

background-color css

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

 a { background-color: rgb(70,125,35); }

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

border-color css

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

 span { border-color: rgb(70,125,35); }

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