Html Css Color HEX #384013 Turtle Green

📋 copy color: '#384013'

red 56 ◦ green 64 ◦ blue 19

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

Shades of Turtle Green #384013

Tints of Turtle Green #384013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

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

R = 40.29%
G = 46.04%
B = 13.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#384013 (or 0x384013) is known color: Turtle Green. HEX triplet: 38, 40 and 13. RGB value is (56,64,19). Sum of RGB (Red+Green+Blue) = 56+64+19=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #384013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384013 is #C7BFEC. Grayscale: #383838. Windows color (decimal): -13090797 or 1261624. OLE color: 1261624.

HSL color Cylindrical-coordinate representation of color #384013: hue angle of 70.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #384013 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 19 -
CMYK 0.13 0 0.70 0.75
HSL 70.67º 0.54% 0.16% -
HSV(B) 70.67º 0.7% 0.25% -
XYZ 3.58 4.55 1.31 -
YUV 56.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 56 64 19 0.13 0 0.70 0.75 70.67 0.54 0.16
Hex 38 40 13 D 0 46 4B 47 36 10
Octal 70 100 23 15 0 106 113 107 66 20
Binary 111000 1000000 10011 1101 0 1000110 1001011 1000111 110110 10000

Color Harmonies of #384013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384013

Black with #384013

Text Example


Text Example

White with #384013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384013; }

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

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

background-color css

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

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

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

border-color css

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

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

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