Html Css Color HEX #384117 Turtle Green

📋 copy color: '#384117'

red 56 ◦ green 65 ◦ blue 23

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

Shades of Turtle Green #384117

Tints of Turtle Green #384117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 38.89%
G = 45.14%
B = 15.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#384117 (or 0x384117) is known color: Turtle Green. HEX triplet: 38, 41 and 17. RGB value is (56,65,23). Sum of RGB (Red+Green+Blue) = 56+65+23=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #384117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384117 is #C7BEE8. Grayscale: #393939. Windows color (decimal): -13090537 or 1524024. OLE color: 1524024.

HSL color Cylindrical-coordinate representation of color #384117: hue angle of 72.86º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #384117 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 23 -
CMYK 0.14 0 0.65 0.75
HSL 72.86º 0.48% 0.17% -
HSV(B) 72.86º 0.65% 0.25% -
XYZ 3.68 4.68 1.52 -
YUV 57.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 56 65 23 0.14 0 0.65 0.75 72.86 0.48 0.17
Hex 38 41 17 E 0 41 4B 49 30 11
Octal 70 101 27 16 0 101 113 111 60 21
Binary 111000 1000001 10111 1110 0 1000001 1001011 1001001 110000 10001

Color Harmonies of #384117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384117

Black with #384117

Text Example


Text Example

White with #384117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384117; }

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

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

background-color css

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

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

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

border-color css

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

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

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