Html Css Color HEX #384517 Turtle Green

📋 copy color: '#384517'

red 56 ◦ green 69 ◦ blue 23

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

Shades of Turtle Green #384517

Tints of Turtle Green #384517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

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

R = 37.84%
G = 46.62%
B = 15.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#384517 (or 0x384517) is known color: Turtle Green. HEX triplet: 38, 45 and 17. RGB value is (56,69,23). Sum of RGB (Red+Green+Blue) = 56+69+23=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #384517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384517 is #C7BAE8. Grayscale: #3C3C3C. Windows color (decimal): -13089513 or 1525048. OLE color: 1525048.

HSL color Cylindrical-coordinate representation of color #384517: hue angle of 76.96º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384517 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 23 -
CMYK 0.19 0 0.67 0.73
HSL 76.96º 0.5% 0.18% -
HSV(B) 76.96º 0.67% 0.27% -
XYZ 3.91 5.16 1.6 -
YUV 59.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 56 69 23 0.19 0 0.67 0.73 76.96 0.5 0.18
Hex 38 45 17 13 0 43 49 4D 32 12
Octal 70 105 27 23 0 103 111 115 62 22
Binary 111000 1000101 10111 10011 0 1000011 1001001 1001101 110010 10010

Color Harmonies of #384517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384517

Black with #384517

Text Example


Text Example

White with #384517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384517; }

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

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

background-color css

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

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

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

border-color css

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

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

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