Html Css Color HEX #384017 Turtle Green

📋 copy color: '#384017'

red 56 ◦ green 64 ◦ blue 23

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

Shades of Turtle Green #384017

Tints of Turtle Green #384017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 44.76%

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

R = 39.16%
G = 44.76%
B = 16.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#384017 (or 0x384017) is known color: Turtle Green. HEX triplet: 38, 40 and 17. RGB value is (56,64,23). Sum of RGB (Red+Green+Blue) = 56+64+23=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 23 (9.38% from 255 or 16.08% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #384017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384017 is #C7BFE8. Grayscale: #393939. Windows color (decimal): -13090793 or 1523768. OLE color: 1523768.

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

Color convert

RGB 56 64 23 -
CMYK 0.13 0 0.64 0.75
HSL 71.71º 0.47% 0.17% -
HSV(B) 71.71º 0.64% 0.25% -
XYZ 3.62 4.57 1.5 -
YUV 56.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 56 64 23 0.13 0 0.64 0.75 71.71 0.47 0.17
Hex 38 40 17 D 0 40 4B 48 2F 11
Octal 70 100 27 15 0 100 113 110 57 21
Binary 111000 1000000 10111 1101 0 1000000 1001011 1001000 101111 10001

Color Harmonies of #384017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384017

Black with #384017

Text Example


Text Example

White with #384017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384017; }

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

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

background-color css

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

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

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

border-color css

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

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

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