Html Css Color HEX #424B2E Bronzetone

📋 copy color: '#424B2E'

red 66 ◦ green 75 ◦ blue 46

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

Shades of Bronzetone #424B2E

Tints of Bronzetone #424B2E

RGB

 RED value IS 66 (26.17% from 255) = 35.29%

 GREEN value IS 75 (29.69% from 255) = 40.11%

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 35.29%
G = 40.11%
B = 24.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.71

RGB Variations

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

Color information

#424B2E (or 0x424B2E) is known color: Bronzetone. HEX triplet: 42, 4B and 2E. RGB value is (66,75,46). Sum of RGB (Red+Green+Blue) = 66+75+46=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #424B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B2E is #BDB4D1. Grayscale: #454545. Windows color (decimal): -12432594 or 3033922. OLE color: 3033922.

HSL color Cylindrical-coordinate representation of color #424B2E: hue angle of 78.62º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #424B2E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 46 -
CMYK 0.12 0 0.39 0.71
HSL 78.62º 0.24% 0.24% -
HSV(B) 78.62º 0.39% 0.29% -
XYZ 5.26 6.39 3.54 -
YUV 69 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 66 75 46 0.12 0 0.39 0.71 78.62 0.24 0.24
Hex 42 4B 2E C 0 27 47 4F 18 18
Octal 102 113 56 14 0 47 107 117 30 30
Binary 1000010 1001011 101110 1100 0 100111 1000111 1001111 11000 11000

Color Harmonies of #424B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B2E

Black with #424B2E

Text Example


Text Example

White with #424B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B2E; }

 p { color: rgb(66,75,46); }

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

background-color css

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

 a { background-color: rgb(66,75,46); }

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

border-color css

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

 span { border-color: rgb(66,75,46); }

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