Html Css Color HEX #384B17 Turtle Green

📋 copy color: '#384B17'

red 56 ◦ green 75 ◦ blue 23

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

Shades of Turtle Green #384B17

Tints of Turtle Green #384B17

RGB

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

 GREEN value IS 75 (29.69% from 255) = 48.7%

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

R = 36.36%
G = 48.7%
B = 14.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.71

RGB Variations

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

Color information

#384B17 (or 0x384B17) is known color: Turtle Green. HEX triplet: 38, 4B and 17. RGB value is (56,75,23). Sum of RGB (Red+Green+Blue) = 56+75+23=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #384B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384B17 is #C7B4E8. Grayscale: #3F3F3F. Windows color (decimal): -13087977 or 1526584. OLE color: 1526584.

HSL color Cylindrical-coordinate representation of color #384B17: hue angle of 81.92º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384B17 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 75 23 -
CMYK 0.25 0 0.69 0.71
HSL 81.92º 0.53% 0.19% -
HSV(B) 81.92º 0.69% 0.29% -
XYZ 4.3 5.93 1.73 -
YUV 63.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 56 75 23 0.25 0 0.69 0.71 81.92 0.53 0.19
Hex 38 4B 17 19 0 45 47 52 35 13
Octal 70 113 27 31 0 105 107 122 65 23
Binary 111000 1001011 10111 11001 0 1000101 1000111 1010010 110101 10011

Color Harmonies of #384B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384B17

Black with #384B17

Text Example


Text Example

White with #384B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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