Html Css Color HEX #3C3A0B Turtle Green

📋 copy color: '#3C3A0B'

red 60 ◦ green 58 ◦ blue 11

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

Shades of Turtle Green #3C3A0B

Tints of Turtle Green #3C3A0B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.96%

 BLUE value IS 11 (4.69% from 255) = 8.53%

R = 46.51%
G = 44.96%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#3C3A0B (or 0x3C3A0B) is known color: Turtle Green. HEX triplet: 3C, 3A and 0B. RGB value is (60,58,11). Sum of RGB (Red+Green+Blue) = 60+58+11=129 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.51% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3A0B is #C3C5F4. Grayscale: #353535. Windows color (decimal): -12830197 or 735804. OLE color: 735804.

HSL color Cylindrical-coordinate representation of color #3C3A0B: hue angle of 57.55º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C3A0B is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 58 11 -
CMYK 0 0.03 0.82 0.76
HSL 57.55º 0.69% 0.14% -
HSV(B) 57.55º 0.82% 0.24% -
XYZ 3.44 4.01 0.91 -
YUV 53.24 104.16 132.82 -
System Red Green Blue C M Y K H S L
Decimal 60 58 11 0 0.03 0.82 0.76 57.55 0.69 0.14
Hex 3C 3A B 0 3 52 4C 3A 45 E
Octal 74 72 13 0 3 122 114 72 105 16
Binary 111100 111010 1011 0 11 1010010 1001100 111010 1000101 1110

Color Harmonies of #3C3A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3A0B

Black with #3C3A0B

Text Example


Text Example

White with #3C3A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,58,11); }

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

background-color css

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

 a { background-color: rgb(60,58,11); }

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

border-color css

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

 span { border-color: rgb(60,58,11); }

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