Html Css Color HEX #3C412A Green Kelp

📋 copy color: '#3C412A'

red 60 ◦ green 65 ◦ blue 42

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

Shades of Green Kelp #3C412A

Tints of Green Kelp #3C412A

RGB

 RED value IS 60 (23.83% from 255) = 35.93%

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

 BLUE value IS 42 (16.8% from 255) = 25.15%

R = 35.93%
G = 38.92%
B = 25.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#3C412A (or 0x3C412A) is known color: Green Kelp. HEX triplet: 3C, 41 and 2A. RGB value is (60,65,42). Sum of RGB (Red+Green+Blue) = 60+65+42=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #3C412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C412A is #C3BED5. Grayscale: #3C3C3C. Windows color (decimal): -12828374 or 2769212. OLE color: 2769212.

HSL color Cylindrical-coordinate representation of color #3C412A: hue angle of 73.04º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C412A is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 65 42 -
CMYK 0.08 0 0.35 0.75
HSL 73.04º 0.21% 0.21% -
HSV(B) 73.04º 0.35% 0.25% -
XYZ 4.17 4.91 2.92 -
YUV 60.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 60 65 42 0.08 0 0.35 0.75 73.04 0.21 0.21
Hex 3C 41 2A 8 0 23 4B 49 15 15
Octal 74 101 52 10 0 43 113 111 25 25
Binary 111100 1000001 101010 1000 0 100011 1001011 1001001 10101 10101

Color Harmonies of #3C412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C412A

Black with #3C412A

Text Example


Text Example

White with #3C412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C412A; }

 p { color: rgb(60,65,42); }

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

background-color css

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

 a { background-color: rgb(60,65,42); }

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

border-color css

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

 span { border-color: rgb(60,65,42); }

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