Html Css Color HEX #384D18 Turtle Green

📋 copy color: '#384D18'

red 56 ◦ green 77 ◦ blue 24

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

Shades of Turtle Green #384D18

Tints of Turtle Green #384D18

RGB

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

 GREEN value IS 77 (30.47% from 255) = 49.04%

 BLUE value IS 24 (9.77% from 255) = 15.29%

R = 35.67%
G = 49.04%
B = 15.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#384D18 (or 0x384D18) is known color: Turtle Green. HEX triplet: 38, 4D and 18. RGB value is (56,77,24). Sum of RGB (Red+Green+Blue) = 56+77+24=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 77 - color contains mainly: green. Hex color #384D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #384D18 is #C7B2E7. Grayscale: #404040. Windows color (decimal): -13087464 or 1592632. OLE color: 1592632.

HSL color Cylindrical-coordinate representation of color #384D18: hue angle of 83.77º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #384D18 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 77 24 -
CMYK 0.27 0 0.69 0.70
HSL 83.77º 0.52% 0.2% -
HSV(B) 83.77º 0.69% 0.3% -
XYZ 4.45 6.21 1.83 -
YUV 64.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 56 77 24 0.27 0 0.69 0.70 83.77 0.52 0.2
Hex 38 4D 18 1B 0 45 46 54 34 14
Octal 70 115 30 33 0 105 106 124 64 24
Binary 111000 1001101 11000 11011 0 1000101 1000110 1010100 110100 10100

Color Harmonies of #384D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D18

Black with #384D18

Text Example


Text Example

White with #384D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,24); }

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

background-color css

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

 a { background-color: rgb(56,77,24); }

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

border-color css

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

 span { border-color: rgb(56,77,24); }

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