Html Css Color HEX #384113 Turtle Green

📋 copy color: '#384113'

red 56 ◦ green 65 ◦ blue 19

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

Shades of Turtle Green #384113

Tints of Turtle Green #384113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.57%

R = 40%
G = 46.43%
B = 13.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#384113 (or 0x384113) is known color: Turtle Green. HEX triplet: 38, 41 and 13. RGB value is (56,65,19). Sum of RGB (Red+Green+Blue) = 56+65+19=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #384113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384113 is #C7BEEC. Grayscale: #393939. Windows color (decimal): -13090541 or 1261880. OLE color: 1261880.

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

Color convert

RGB 56 65 19 -
CMYK 0.14 0 0.71 0.75
HSL 71.74º 0.55% 0.16% -
HSV(B) 71.74º 0.71% 0.25% -
XYZ 3.64 4.67 1.33 -
YUV 57.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 56 65 19 0.14 0 0.71 0.75 71.74 0.55 0.16
Hex 38 41 13 E 0 47 4B 48 37 10
Octal 70 101 23 16 0 107 113 110 67 20
Binary 111000 1000001 10011 1110 0 1000111 1001011 1001000 110111 10000

Color Harmonies of #384113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384113

Black with #384113

Text Example


Text Example

White with #384113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384113; }

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

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

background-color css

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

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

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

border-color css

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

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

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