Html Css Color HEX #33420D Turtle Green

📋 copy color: '#33420D'

red 51 ◦ green 66 ◦ blue 13

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

Shades of Turtle Green #33420D

Tints of Turtle Green #33420D

RGB

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

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

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

R = 39.23%
G = 50.77%
B = 10%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#33420D (or 0x33420D) is known color: Turtle Green. HEX triplet: 33, 42 and 0D. RGB value is (51,66,13). Sum of RGB (Red+Green+Blue) = 51+66+13=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #33420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33420D is #CCBDF2. Grayscale: #373737. Windows color (decimal): -13417971 or 868915. OLE color: 868915.

HSL color Cylindrical-coordinate representation of color #33420D: hue angle of 76.98º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33420D is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 13 -
CMYK 0.23 0 0.80 0.74
HSL 76.98º 0.67% 0.15% -
HSV(B) 76.98º 0.8% 0.26% -
XYZ 3.39 4.63 1.1 -
YUV 55.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 51 66 13 0.23 0 0.80 0.74 76.98 0.67 0.15
Hex 33 42 D 17 0 50 4A 4D 43 F
Octal 63 102 15 27 0 120 112 115 103 17
Binary 110011 1000010 1101 10111 0 1010000 1001010 1001101 1000011 1111

Color Harmonies of #33420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33420D

Black with #33420D

Text Example


Text Example

White with #33420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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