Html Css Color HEX #384814 Turtle Green

📋 copy color: '#384814'

red 56 ◦ green 72 ◦ blue 20

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

Shades of Turtle Green #384814

Tints of Turtle Green #384814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.65%

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 37.84%
G = 48.65%
B = 13.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#384814 (or 0x384814) is known color: Turtle Green. HEX triplet: 38, 48 and 14. RGB value is (56,72,20). Sum of RGB (Red+Green+Blue) = 56+72+20=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #384814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384814 is #C7B7EB. Grayscale: #3D3D3D. Windows color (decimal): -13088748 or 1329208. OLE color: 1329208.

HSL color Cylindrical-coordinate representation of color #384814: hue angle of 78.46º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #384814 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 20 -
CMYK 0.22 0 0.72 0.72
HSL 78.46º 0.57% 0.18% -
HSV(B) 78.46º 0.72% 0.28% -
XYZ 4.07 5.53 1.51 -
YUV 61.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 56 72 20 0.22 0 0.72 0.72 78.46 0.57 0.18
Hex 38 48 14 16 0 48 48 4E 39 12
Octal 70 110 24 26 0 110 110 116 71 22
Binary 111000 1001000 10100 10110 0 1001000 1001000 1001110 111001 10010

Color Harmonies of #384814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384814

Black with #384814

Text Example


Text Example

White with #384814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384814; }

 p { color: rgb(56,72,20); }

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

background-color css

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

 a { background-color: rgb(56,72,20); }

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

border-color css

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

 span { border-color: rgb(56,72,20); }

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