Html Css Color HEX #33420F Turtle Green

📋 copy color: '#33420F'

red 51 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #33420F

Tints of Turtle Green #33420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 38.64%
G = 50%
B = 11.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#33420F (or 0x33420F) is known color: Turtle Green. HEX triplet: 33, 42 and 0F. RGB value is (51,66,15). Sum of RGB (Red+Green+Blue) = 51+66+15=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #33420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33420F is #CCBDF0. Grayscale: #373737. Windows color (decimal): -13417969 or 999987. OLE color: 999987.

HSL color Cylindrical-coordinate representation of color #33420F: hue angle of 77.65º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33420F is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 15 -
CMYK 0.23 0 0.77 0.74
HSL 77.65º 0.63% 0.16% -
HSV(B) 77.65º 0.77% 0.26% -
XYZ 3.4 4.63 1.17 -
YUV 55.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 51 66 15 0.23 0 0.77 0.74 77.65 0.63 0.16
Hex 33 42 F 17 0 4D 4A 4E 3F 10
Octal 63 102 17 27 0 115 112 116 77 20
Binary 110011 1000010 1111 10111 0 1001101 1001010 1001110 111111 10000

Color Harmonies of #33420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33420F

Black with #33420F

Text Example


Text Example

White with #33420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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