Html Css Color HEX #384213 Turtle Green

📋 copy color: '#384213'

red 56 ◦ green 66 ◦ blue 19

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

Shades of Turtle Green #384213

Tints of Turtle Green #384213

RGB

 RED value IS 56 (22.27% from 255) = 39.72%

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

 BLUE value IS 19 (7.81% from 255) = 13.48%

R = 39.72%
G = 46.81%
B = 13.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#384213 (or 0x384213) is known color: Turtle Green. HEX triplet: 38, 42 and 13. RGB value is (56,66,19). Sum of RGB (Red+Green+Blue) = 56+66+19=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #384213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384213 is #C7BDEC. Grayscale: #393939. Windows color (decimal): -13090285 or 1262136. OLE color: 1262136.

HSL color Cylindrical-coordinate representation of color #384213: hue angle of 72.77º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384213 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 19 -
CMYK 0.15 0 0.71 0.74
HSL 72.77º 0.55% 0.17% -
HSV(B) 72.77º 0.71% 0.26% -
XYZ 3.7 4.78 1.34 -
YUV 57.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 56 66 19 0.15 0 0.71 0.74 72.77 0.55 0.17
Hex 38 42 13 F 0 47 4A 49 37 11
Octal 70 102 23 17 0 107 112 111 67 21
Binary 111000 1000010 10011 1111 0 1000111 1001010 1001001 110111 10001

Color Harmonies of #384213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384213

Black with #384213

Text Example


Text Example

White with #384213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384213; }

 p { color: rgb(56,66,19); }

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

background-color css

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

 a { background-color: rgb(56,66,19); }

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

border-color css

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

 span { border-color: rgb(56,66,19); }

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