Html Css Color HEX #384D13 Turtle Green

📋 copy color: '#384D13'

red 56 ◦ green 77 ◦ blue 19

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

Shades of Turtle Green #384D13

Tints of Turtle Green #384D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50.66%

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

R = 36.84%
G = 50.66%
B = 12.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#384D13 (or 0x384D13) is known color: Turtle Green. HEX triplet: 38, 4D and 13. RGB value is (56,77,19). Sum of RGB (Red+Green+Blue) = 56+77+19=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #384D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D13 is #C7B2EC. Grayscale: #404040. Windows color (decimal): -13087469 or 1264952. OLE color: 1264952.

HSL color Cylindrical-coordinate representation of color #384D13: hue angle of 81.72º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384D13 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 19 -
CMYK 0.27 0 0.75 0.70
HSL 81.72º 0.6% 0.19% -
HSV(B) 81.72º 0.75% 0.3% -
XYZ 4.4 6.2 1.58 -
YUV 64.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 56 77 19 0.27 0 0.75 0.70 81.72 0.6 0.19
Hex 38 4D 13 1B 0 4B 46 52 3C 13
Octal 70 115 23 33 0 113 106 122 74 23
Binary 111000 1001101 10011 11011 0 1001011 1000110 1010010 111100 10011

Color Harmonies of #384D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D13

Black with #384D13

Text Example


Text Example

White with #384D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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