Html Css Color HEX #333C0D Turtle Green

📋 copy color: '#333C0D'

red 51 ◦ green 60 ◦ blue 13

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

Shades of Turtle Green #333C0D

Tints of Turtle Green #333C0D

RGB

 RED value IS 51 (20.31% from 255) = 41.13%

 GREEN value IS 60 (23.83% from 255) = 48.39%

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 41.13%
G = 48.39%
B = 10.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#333C0D (or 0x333C0D) is known color: Turtle Green. HEX triplet: 33, 3C and 0D. RGB value is (51,60,13). Sum of RGB (Red+Green+Blue) = 51+60+13=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 60 (23.83% from 255 or 48.39% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 60 - color contains mainly: green. Hex color #333C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C0D is #CCC3F2. Grayscale: #343434. Windows color (decimal): -13419507 or 867379. OLE color: 867379.

HSL color Cylindrical-coordinate representation of color #333C0D: hue angle of 71.49º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #333C0D is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 60 13 -
CMYK 0.15 0 0.78 0.76
HSL 71.49º 0.64% 0.14% -
HSV(B) 71.49º 0.78% 0.24% -
XYZ 3.05 3.96 0.99 -
YUV 51.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 51 60 13 0.15 0 0.78 0.76 71.49 0.64 0.14
Hex 33 3C D F 0 4E 4C 47 40 E
Octal 63 74 15 17 0 116 114 107 100 16
Binary 110011 111100 1101 1111 0 1001110 1001100 1000111 1000000 1110

Color Harmonies of #333C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C0D

Black with #333C0D

Text Example


Text Example

White with #333C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333C0D; }

 p { color: rgb(51,60,13); }

 H1.HeaderClassName
 {
   color: #333C0D;
 }
 .AnyTagClassName
 {
   color: #333C0D;
 }
</style>

background-color css

<style>
 a { background-color: #333C0D; }

 a { background-color: rgb(51,60,13); }

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

border-color css

<style>
 span { border-color: #333C0D; }

 span { border-color: rgb(51,60,13); }

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