Html Css Color HEX #333714 Turtle Green

📋 copy color: '#333714'

red 51 ◦ green 55 ◦ blue 20

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

Shades of Turtle Green #333714

Tints of Turtle Green #333714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

 BLUE value IS 20 (8.2% from 255) = 15.87%

R = 40.48%
G = 43.65%
B = 15.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#333714 (or 0x333714) is known color: Turtle Green. HEX triplet: 33, 37 and 14. RGB value is (51,55,20). Sum of RGB (Red+Green+Blue) = 51+55+20=126 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.48% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #333714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333714 is #CCC8EB. Grayscale: #313131. Windows color (decimal): -13420780 or 1324851. OLE color: 1324851.

HSL color Cylindrical-coordinate representation of color #333714: hue angle of 66.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #333714 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 55 20 -
CMYK 0.07 0 0.64 0.78
HSL 66.86º 0.47% 0.15% -
HSV(B) 66.86º 0.64% 0.22% -
XYZ 2.86 3.49 1.18 -
YUV 49.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 51 55 20 0.07 0 0.64 0.78 66.86 0.47 0.15
Hex 33 37 14 7 0 40 4E 43 2F F
Octal 63 67 24 7 0 100 116 103 57 17
Binary 110011 110111 10100 111 0 1000000 1001110 1000011 101111 1111

Color Harmonies of #333714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333714

Black with #333714

Text Example


Text Example

White with #333714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333714; }

 p { color: rgb(51,55,20); }

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

background-color css

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

 a { background-color: rgb(51,55,20); }

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

border-color css

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

 span { border-color: rgb(51,55,20); }

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