Html Css Color HEX #3C451B Turtle Green

📋 copy color: '#3C451B'

red 60 ◦ green 69 ◦ blue 27

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

Shades of Turtle Green #3C451B

Tints of Turtle Green #3C451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

 BLUE value IS 27 (10.94% from 255) = 17.31%

R = 38.46%
G = 44.23%
B = 17.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#3C451B (or 0x3C451B) is known color: Turtle Green. HEX triplet: 3C, 45 and 1B. RGB value is (60,69,27). Sum of RGB (Red+Green+Blue) = 60+69+27=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #3C451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C451B is #C3BAE4. Grayscale: #3D3D3D. Windows color (decimal): -12827365 or 1787196. OLE color: 1787196.

HSL color Cylindrical-coordinate representation of color #3C451B: hue angle of 72.86º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C451B is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB 60 69 27 -
CMYK 0.13 0 0.61 0.73
HSL 72.86º 0.44% 0.19% -
HSV(B) 72.86º 0.61% 0.27% -
XYZ 4.19 5.3 1.84 -
YUV 61.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 60 69 27 0.13 0 0.61 0.73 72.86 0.44 0.19
Hex 3C 45 1B D 0 3D 49 49 2C 13
Octal 74 105 33 15 0 75 111 111 54 23
Binary 111100 1000101 11011 1101 0 111101 1001001 1001001 101100 10011

Color Harmonies of #3C451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C451B

Black with #3C451B

Text Example


Text Example

White with #3C451B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,69,27); }

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

background-color css

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

 a { background-color: rgb(60,69,27); }

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

border-color css

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

 span { border-color: rgb(60,69,27); }

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