Html Css Color HEX #3C402B Green Kelp

📋 copy color: '#3C402B'

red 60 ◦ green 64 ◦ blue 43

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

Shades of Green Kelp #3C402B

Tints of Green Kelp #3C402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 35.93%
G = 38.32%
B = 25.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#3C402B (or 0x3C402B) is known color: Green Kelp. HEX triplet: 3C, 40 and 2B. RGB value is (60,64,43). Sum of RGB (Red+Green+Blue) = 60+64+43=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #3C402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C402B is #C3BFD4. Grayscale: #3C3C3C. Windows color (decimal): -12828629 or 2834492. OLE color: 2834492.

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

Color convert

RGB 60 64 43 -
CMYK 0.06 0 0.33 0.75
HSL 71.43º 0.2% 0.21% -
HSV(B) 71.43º 0.33% 0.25% -
XYZ 4.13 4.8 2.99 -
YUV 60.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 60 64 43 0.06 0 0.33 0.75 71.43 0.2 0.21
Hex 3C 40 2B 6 0 21 4B 47 14 15
Octal 74 100 53 6 0 41 113 107 24 25
Binary 111100 1000000 101011 110 0 100001 1001011 1000111 10100 10101

Color Harmonies of #3C402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C402B

Black with #3C402B

Text Example


Text Example

White with #3C402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,43); }

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

background-color css

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

 a { background-color: rgb(60,64,43); }

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

border-color css

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

 span { border-color: rgb(60,64,43); }

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