Html Css Color HEX #3C421A Turtle Green

📋 copy color: '#3C421A'

red 60 ◦ green 66 ◦ blue 26

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

Shades of Turtle Green #3C421A

Tints of Turtle Green #3C421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.42%

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 39.47%
G = 43.42%
B = 17.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#3C421A (or 0x3C421A) is known color: Turtle Green. HEX triplet: 3C, 42 and 1A. RGB value is (60,66,26). Sum of RGB (Red+Green+Blue) = 60+66+26=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #3C421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C421A is #C3BDE5. Grayscale: #3B3B3B. Windows color (decimal): -12828134 or 1720892. OLE color: 1720892.

HSL color Cylindrical-coordinate representation of color #3C421A: hue angle of 69º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C421A is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 60 66 26 -
CMYK 0.09 0 0.61 0.74
HSL 69º 0.43% 0.18% -
HSV(B) 69º 0.61% 0.26% -
XYZ 4 4.93 1.72 -
YUV 59.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 60 66 26 0.09 0 0.61 0.74 69 0.43 0.18
Hex 3C 42 1A 9 0 3D 4A 45 2B 12
Octal 74 102 32 11 0 75 112 105 53 22
Binary 111100 1000010 11010 1001 0 111101 1001010 1000101 101011 10010

Color Harmonies of #3C421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C421A

Black with #3C421A

Text Example


Text Example

White with #3C421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,66,26); }

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

background-color css

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

 a { background-color: rgb(60,66,26); }

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

border-color css

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

 span { border-color: rgb(60,66,26); }

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