Html Css Color HEX #434C2D Bronzetone

📋 copy color: '#434C2D'

red 67 ◦ green 76 ◦ blue 45

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

Shades of Bronzetone #434C2D

Tints of Bronzetone #434C2D

RGB

 RED value IS 67 (26.56% from 255) = 35.64%

 GREEN value IS 76 (30.08% from 255) = 40.43%

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 35.64%
G = 40.43%
B = 23.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#434C2D (or 0x434C2D) is known color: Bronzetone. HEX triplet: 43, 4C and 2D. RGB value is (67,76,45). Sum of RGB (Red+Green+Blue) = 67+76+45=188 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.64% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #434C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C2D is #BCB3D2. Grayscale: #454545. Windows color (decimal): -12366803 or 2968643. OLE color: 2968643.

HSL color Cylindrical-coordinate representation of color #434C2D: hue angle of 77.42º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #434C2D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 76 45 -
CMYK 0.12 0 0.41 0.70
HSL 77.42º 0.26% 0.24% -
HSV(B) 77.42º 0.41% 0.3% -
XYZ 5.37 6.55 3.46 -
YUV 69.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 67 76 45 0.12 0 0.41 0.70 77.42 0.26 0.24
Hex 43 4C 2D C 0 29 46 4D 1A 18
Octal 103 114 55 14 0 51 106 115 32 30
Binary 1000011 1001100 101101 1100 0 101001 1000110 1001101 11010 11000

Color Harmonies of #434C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C2D

Black with #434C2D

Text Example


Text Example

White with #434C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434C2D; }

 p { color: rgb(67,76,45); }

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

background-color css

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

 a { background-color: rgb(67,76,45); }

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

border-color css

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

 span { border-color: rgb(67,76,45); }

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