Html Css Color HEX #41432F Scrub

📋 copy color: '#41432F'

red 65 ◦ green 67 ◦ blue 47

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

Shades of Scrub #41432F

Tints of Scrub #41432F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.43%

 BLUE value IS 47 (18.75% from 255) = 26.26%

R = 36.31%
G = 37.43%
B = 26.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#41432F (or 0x41432F) is known color: Scrub. HEX triplet: 41, 43 and 2F. RGB value is (65,67,47). Sum of RGB (Red+Green+Blue) = 65+67+47=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #41432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41432F is #BEBCD0. Grayscale: #404040. Windows color (decimal): -12500177 or 3097409. OLE color: 3097409.

HSL color Cylindrical-coordinate representation of color #41432F: hue angle of 66º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41432F is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 67 47 -
CMYK 0.03 0 0.30 0.74
HSL 66º 0.18% 0.22% -
HSV(B) 66º 0.3% 0.26% -
XYZ 4.7 5.34 3.47 -
YUV 64.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 65 67 47 0.03 0 0.30 0.74 66 0.18 0.22
Hex 41 43 2F 3 0 1E 4A 42 12 16
Octal 101 103 57 3 0 36 112 102 22 26
Binary 1000001 1000011 101111 11 0 11110 1001010 1000010 10010 10110

Color Harmonies of #41432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41432F

Black with #41432F

Text Example


Text Example

White with #41432F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41432F; }

 p { color: rgb(65,67,47); }

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

background-color css

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

 a { background-color: rgb(65,67,47); }

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

border-color css

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

 span { border-color: rgb(65,67,47); }

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