Html Css Color HEX #384D17 Turtle Green

📋 copy color: '#384D17'

red 56 ◦ green 77 ◦ blue 23

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

Shades of Turtle Green #384D17

Tints of Turtle Green #384D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.74%

R = 35.9%
G = 49.36%
B = 14.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#384D17 (or 0x384D17) is known color: Turtle Green. HEX triplet: 38, 4D and 17. RGB value is (56,77,23). Sum of RGB (Red+Green+Blue) = 56+77+23=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #384D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D17 is #C7B2E8. Grayscale: #404040. Windows color (decimal): -13087465 or 1527096. OLE color: 1527096.

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

Color convert

RGB 56 77 23 -
CMYK 0.27 0 0.70 0.70
HSL 83.33º 0.54% 0.2% -
HSV(B) 83.33º 0.7% 0.3% -
XYZ 4.44 6.21 1.78 -
YUV 64.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 56 77 23 0.27 0 0.70 0.70 83.33 0.54 0.2
Hex 38 4D 17 1B 0 46 46 53 36 14
Octal 70 115 27 33 0 106 106 123 66 24
Binary 111000 1001101 10111 11011 0 1000110 1000110 1010011 110110 10100

Color Harmonies of #384D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D17

Black with #384D17

Text Example


Text Example

White with #384D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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