Html Css Color HEX #38411D Turtle Green

📋 copy color: '#38411D'

red 56 ◦ green 65 ◦ blue 29

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

Shades of Turtle Green #38411D

Tints of Turtle Green #38411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.33%

R = 37.33%
G = 43.33%
B = 19.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#38411D (or 0x38411D) is known color: Turtle Green. HEX triplet: 38, 41 and 1D. RGB value is (56,65,29). Sum of RGB (Red+Green+Blue) = 56+65+29=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #38411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38411D is #C7BEE2. Grayscale: #3A3A3A. Windows color (decimal): -13090531 or 1917240. OLE color: 1917240.

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

Color convert

RGB 56 65 29 -
CMYK 0.14 0 0.55 0.75
HSL 75º 0.38% 0.18% -
HSV(B) 75º 0.55% 0.25% -
XYZ 3.74 4.71 1.87 -
YUV 58.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 56 65 29 0.14 0 0.55 0.75 75 0.38 0.18
Hex 38 41 1D E 0 37 4B 4B 26 12
Octal 70 101 35 16 0 67 113 113 46 22
Binary 111000 1000001 11101 1110 0 110111 1001011 1001011 100110 10010

Color Harmonies of #38411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38411D

Black with #38411D

Text Example


Text Example

White with #38411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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