Html Css Color HEX #424030 Woodrush

📋 copy color: '#424030'

red 66 ◦ green 64 ◦ blue 48

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

Shades of Woodrush #424030

Tints of Woodrush #424030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

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

R = 37.08%
G = 35.96%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#424030 (or 0x424030) is known color: Woodrush. HEX triplet: 42, 40 and 30. RGB value is (66,64,48). Sum of RGB (Red+Green+Blue) = 66+64+48=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 66 - color contains mainly: red. Hex color #424030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424030 is #BDBFCF. Grayscale: #3E3E3E. Windows color (decimal): -12435408 or 3162178. OLE color: 3162178.

HSL color Cylindrical-coordinate representation of color #424030: hue angle of 53.33º 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 #424030 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 64 48 -
CMYK 0 0.03 0.27 0.74
HSL 53.33º 0.16% 0.22% -
HSV(B) 53.33º 0.27% 0.26% -
XYZ 4.61 5.04 3.53 -
YUV 62.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 66 64 48 0 0.03 0.27 0.74 53.33 0.16 0.22
Hex 42 40 30 0 3 1B 4A 35 10 16
Octal 102 100 60 0 3 33 112 65 20 26
Binary 1000010 1000000 110000 0 11 11011 1001010 110101 10000 10110

Color Harmonies of #424030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424030

Black with #424030

Text Example


Text Example

White with #424030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424030; }

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

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

background-color css

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

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

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

border-color css

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

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

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