Html Css Color HEX #384116 Turtle Green

📋 copy color: '#384116'

red 56 ◦ green 65 ◦ blue 22

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

Shades of Turtle Green #384116

Tints of Turtle Green #384116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 15.38%

R = 39.16%
G = 45.45%
B = 15.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#384116 (or 0x384116) is known color: Turtle Green. HEX triplet: 38, 41 and 16. RGB value is (56,65,22). Sum of RGB (Red+Green+Blue) = 56+65+22=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #384116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384116 is #C7BEE9. Grayscale: #393939. Windows color (decimal): -13090538 or 1458488. OLE color: 1458488.

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

Color convert

RGB 56 65 22 -
CMYK 0.14 0 0.66 0.75
HSL 72.56º 0.49% 0.17% -
HSV(B) 72.56º 0.66% 0.25% -
XYZ 3.67 4.68 1.47 -
YUV 57.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 56 65 22 0.14 0 0.66 0.75 72.56 0.49 0.17
Hex 38 41 16 E 0 42 4B 49 31 11
Octal 70 101 26 16 0 102 113 111 61 21
Binary 111000 1000001 10110 1110 0 1000010 1001011 1001001 110001 10001

Color Harmonies of #384116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384116

Black with #384116

Text Example


Text Example

White with #384116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384116; }

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

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

background-color css

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

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

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

border-color css

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

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

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