Html Css Color HEX #38411B Turtle Green

📋 copy color: '#38411B'

red 56 ◦ green 65 ◦ blue 27

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

Shades of Turtle Green #38411B

Tints of Turtle Green #38411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.24%

R = 37.84%
G = 43.92%
B = 18.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#38411B (or 0x38411B) is known color: Turtle Green. HEX triplet: 38, 41 and 1B. RGB value is (56,65,27). Sum of RGB (Red+Green+Blue) = 56+65+27=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #38411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38411B is #C7BEE4. Grayscale: #3A3A3A. Windows color (decimal): -13090533 or 1786168. OLE color: 1786168.

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

Color convert

RGB 56 65 27 -
CMYK 0.14 0 0.58 0.75
HSL 74.21º 0.41% 0.18% -
HSV(B) 74.21º 0.58% 0.25% -
XYZ 3.72 4.7 1.75 -
YUV 57.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 56 65 27 0.14 0 0.58 0.75 74.21 0.41 0.18
Hex 38 41 1B E 0 3A 4B 4A 29 12
Octal 70 101 33 16 0 72 113 112 51 22
Binary 111000 1000001 11011 1110 0 111010 1001011 1001010 101001 10010

Color Harmonies of #38411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38411B

Black with #38411B

Text Example


Text Example

White with #38411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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