Html Css Color HEX #38411A Turtle Green

📋 copy color: '#38411A'

red 56 ◦ green 65 ◦ blue 26

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

Shades of Turtle Green #38411A

Tints of Turtle Green #38411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 17.69%

R = 38.1%
G = 44.22%
B = 17.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#38411A (or 0x38411A) is known color: Turtle Green. HEX triplet: 38, 41 and 1A. RGB value is (56,65,26). Sum of RGB (Red+Green+Blue) = 56+65+26=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #38411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38411A is #C7BEE5. Grayscale: #3A3A3A. Windows color (decimal): -13090534 or 1720632. OLE color: 1720632.

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

Color convert

RGB 56 65 26 -
CMYK 0.14 0 0.60 0.75
HSL 73.85º 0.43% 0.18% -
HSV(B) 73.85º 0.6% 0.25% -
XYZ 3.71 4.7 1.69 -
YUV 57.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 56 65 26 0.14 0 0.60 0.75 73.85 0.43 0.18
Hex 38 41 1A E 0 3C 4B 4A 2B 12
Octal 70 101 32 16 0 74 113 112 53 22
Binary 111000 1000001 11010 1110 0 111100 1001011 1001010 101011 10010

Color Harmonies of #38411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38411A

Black with #38411A

Text Example


Text Example

White with #38411A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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