Html Css Color HEX #384617 Turtle Green

📋 copy color: '#384617'

red 56 ◦ green 70 ◦ blue 23

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

Shades of Turtle Green #384617

Tints of Turtle Green #384617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

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

R = 37.58%
G = 46.98%
B = 15.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#384617 (or 0x384617) is known color: Turtle Green. HEX triplet: 38, 46 and 17. RGB value is (56,70,23). Sum of RGB (Red+Green+Blue) = 56+70+23=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #384617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384617 is #C7B9E8. Grayscale: #3C3C3C. Windows color (decimal): -13089257 or 1525304. OLE color: 1525304.

HSL color Cylindrical-coordinate representation of color #384617: hue angle of 77.87º degrees, saturation: 0.51, 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 #384617 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 23 -
CMYK 0.20 0 0.67 0.73
HSL 77.87º 0.51% 0.18% -
HSV(B) 77.87º 0.67% 0.27% -
XYZ 3.98 5.28 1.62 -
YUV 60.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 56 70 23 0.20 0 0.67 0.73 77.87 0.51 0.18
Hex 38 46 17 14 0 43 49 4E 33 12
Octal 70 106 27 24 0 103 111 116 63 22
Binary 111000 1000110 10111 10100 0 1000011 1001001 1001110 110011 10010

Color Harmonies of #384617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384617

Black with #384617

Text Example


Text Example

White with #384617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384617; }

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

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

background-color css

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

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

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

border-color css

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

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

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