Html Css Color HEX #38441D Turtle Green

📋 copy color: '#38441D'

red 56 ◦ green 68 ◦ blue 29

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

Shades of Turtle Green #38441D

Tints of Turtle Green #38441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.44%

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

R = 36.6%
G = 44.44%
B = 18.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#38441D (or 0x38441D) is known color: Turtle Green. HEX triplet: 38, 44 and 1D. RGB value is (56,68,29). Sum of RGB (Red+Green+Blue) = 56+68+29=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 68 - color contains mainly: green. Hex color #38441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38441D is #C7BBE2. Grayscale: #3C3C3C. Windows color (decimal): -13089763 or 1918008. OLE color: 1918008.

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

Color convert

RGB 56 68 29 -
CMYK 0.18 0 0.57 0.73
HSL 78.46º 0.4% 0.19% -
HSV(B) 78.46º 0.57% 0.27% -
XYZ 3.92 5.06 1.93 -
YUV 59.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 56 68 29 0.18 0 0.57 0.73 78.46 0.4 0.19
Hex 38 44 1D 12 0 39 49 4E 28 13
Octal 70 104 35 22 0 71 111 116 50 23
Binary 111000 1000100 11101 10010 0 111001 1001001 1001110 101000 10011

Color Harmonies of #38441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38441D

Black with #38441D

Text Example


Text Example

White with #38441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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