Html Css Color HEX #384717 Turtle Green

📋 copy color: '#384717'

red 56 ◦ green 71 ◦ blue 23

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

Shades of Turtle Green #384717

Tints of Turtle Green #384717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.33%

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

R = 37.33%
G = 47.33%
B = 15.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#384717 (or 0x384717) is known color: Turtle Green. HEX triplet: 38, 47 and 17. RGB value is (56,71,23). Sum of RGB (Red+Green+Blue) = 56+71+23=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #384717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384717 is #C7B8E8. Grayscale: #3D3D3D. Windows color (decimal): -13089001 or 1525560. OLE color: 1525560.

HSL color Cylindrical-coordinate representation of color #384717: hue angle of 78.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384717 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 23 -
CMYK 0.21 0 0.68 0.72
HSL 78.75º 0.51% 0.18% -
HSV(B) 78.75º 0.68% 0.28% -
XYZ 4.04 5.41 1.64 -
YUV 61.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 56 71 23 0.21 0 0.68 0.72 78.75 0.51 0.18
Hex 38 47 17 15 0 44 48 4F 33 12
Octal 70 107 27 25 0 104 110 117 63 22
Binary 111000 1000111 10111 10101 0 1000100 1001000 1001111 110011 10010

Color Harmonies of #384717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384717

Black with #384717

Text Example


Text Example

White with #384717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384717; }

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

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

background-color css

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

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

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

border-color css

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

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

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