Html Css Color HEX #384E17 Turtle Green

📋 copy color: '#384E17'

red 56 ◦ green 78 ◦ blue 23

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

Shades of Turtle Green #384E17

Tints of Turtle Green #384E17

RGB

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

 GREEN value IS 78 (30.86% from 255) = 49.68%

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

R = 35.67%
G = 49.68%
B = 14.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#384E17 (or 0x384E17) is known color: Turtle Green. HEX triplet: 38, 4E and 17. RGB value is (56,78,23). Sum of RGB (Red+Green+Blue) = 56+78+23=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #384E17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384E17 is #C7B1E8. Grayscale: #414141. Windows color (decimal): -13087209 or 1527352. OLE color: 1527352.

HSL color Cylindrical-coordinate representation of color #384E17: hue angle of 84º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #384E17 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 78 23 -
CMYK 0.28 0 0.71 0.69
HSL 84º 0.54% 0.2% -
HSV(B) 84º 0.71% 0.31% -
XYZ 4.51 6.35 1.8 -
YUV 65.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 56 78 23 0.28 0 0.71 0.69 84 0.54 0.2
Hex 38 4E 17 1C 0 47 45 54 36 14
Octal 70 116 27 34 0 107 105 124 66 24
Binary 111000 1001110 10111 11100 0 1000111 1000101 1010100 110110 10100

Color Harmonies of #384E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E17

Black with #384E17

Text Example


Text Example

White with #384E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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