Html Css Color HEX #424130 Woodrush

📋 copy color: '#424130'

red 66 ◦ green 65 ◦ blue 48

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

Shades of Woodrush #424130

Tints of Woodrush #424130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.31%

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 36.87%
G = 36.31%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#424130 (or 0x424130) is known color: Woodrush. HEX triplet: 42, 41 and 30. RGB value is (66,65,48). Sum of RGB (Red+Green+Blue) = 66+65+48=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 66 - color contains mainly: red. Hex color #424130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424130 is #BDBECF. Grayscale: #3F3F3F. Windows color (decimal): -12435152 or 3162434. OLE color: 3162434.

HSL color Cylindrical-coordinate representation of color #424130: hue angle of 56.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424130 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 65 48 -
CMYK 0 0.02 0.27 0.74
HSL 56.67º 0.16% 0.22% -
HSV(B) 56.67º 0.27% 0.26% -
XYZ 4.67 5.15 3.54 -
YUV 63.36 119.33 129.88 -
System Red Green Blue C M Y K H S L
Decimal 66 65 48 0 0.02 0.27 0.74 56.67 0.16 0.22
Hex 42 41 30 0 2 1B 4A 39 10 16
Octal 102 101 60 0 2 33 112 71 20 26
Binary 1000010 1000001 110000 0 10 11011 1001010 111001 10000 10110

Color Harmonies of #424130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424130

Black with #424130

Text Example


Text Example

White with #424130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424130; }

 p { color: rgb(66,65,48); }

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

background-color css

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

 a { background-color: rgb(66,65,48); }

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

border-color css

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

 span { border-color: rgb(66,65,48); }

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